-
Notifications
You must be signed in to change notification settings - Fork 14
6.3.7 release notes #900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
6.3.7 release notes #900
Conversation
docs/release_notes_128t_6.3.md
Outdated
| ------ | ||
| - **I95-62668 Routers disconnected following conductor upgrade:** Resolved an issue where SSH keys were erroneously written to the authorized-keys file. | ||
| ------ | ||
| - **I95-62703 Highway process crashed when BGP over SVR is activated:** Resolved an issue where the unicast code path was incorrectly calling the multicast variant of getBestMultiHomedPathIndex() and causing a highway crash. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see my note from 6.2.10 release notes.
| - **I95-63228 Premature route installation complete notification:** In some cases an internal notification that the route installation was complete was being transmitted, causing the Graceful Restart process to terminate early. This issue has been resolved. | ||
| ------ | ||
| - **I95-63324 Duplicate static DHCP addresses cause crashes:** Added validation steps to identify and prevent duplicate MAC addresses for the static address assignment. | ||
| ------ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see my note from 6.2.10 release notes.
docs/release_notes_128t_6.3.md
Outdated
| - Conductor: SSR-6.3.4 / Router: SSR-6.3.5 Not Compatible | ||
| - Conductor: SSR-6.2.9 / Router: SSR-6.3.5 Not Compatible | ||
|
|
||
| ## Release 6.3.7-4-sts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I95-62982 is critical for the 6.3.7 release notes
** I95-62982 SSR limits the number of supported network-interfaces: Improved implementation of data structure storing network-interface objects, increasing capacity. For the SSR1300, the number of network-interfaces has been increased from 2100 to 4300.
docs/release_notes_128t_6.3.md
Outdated
| ------ | ||
| - **I95-62956 Configuration failure due to invalid name:** The CSRX does not allow policynames using a dot (.). This has been resolved - CSRX configurations will use an underscore for policyname creation. | ||
| ------ | ||
| - **I95-62982 SSR limits the number of supported network-interfaces:** Resolved an issue where the limit on the number of network-interfaces was low. Improved implementation of data structure storing network-interface objects, resulting in an increase of 2x the current capacity. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update this issue to the following language, as engineering has completed their scalability testing:
- I95-62982 SSR limits the number of supported network-interfaces: Resolved an issue where the limit on the number of network-interfaces was low. Improved implementation of data structure storing network-interface objects, resulting in an increase of 7x the current capacity.
…ithub.com:128technology/docs into 6.3.7-release-notes
docs/howto_tune_bfd.md
Outdated
|
|
||
| - Rx Timer: Local router expects to receive an async packet from the peer before the end of each timer. Set based on max value of local `required-min-rx-interval` and peer’s `desired-tx-interval`. Updated after first received BFD packet. | ||
|
|
||
| - Tx Timer: Configured value under d`esired-tx-interval`, no negotiation involved. One async packet is sent at the end of each Tx Timer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo. d should be within backticks
docs/release_notes_128t_6.3.md
Outdated
| ------ | ||
| - **I95-63324 Duplicate static DHCP addresses cause crashes:** Added validation steps to identify and prevent duplicate MAC addresses for the static address assignment. | ||
| ------ | ||
| - **I95-63295 Highway crash notices due to recursive mutex lock:** Resolved an issue with recursive mutex lock. The listFibEntries block is now processed in multiple batches instead of all at once, preventing a recursive mutex lock for large entries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I95-63295 Highway crash when
show fibis executed on very large FIB: Resolved an issue where a critical section was preventing a other threads from accessing data for large entries.
docs/release_notes_128t_6.3.md
Outdated
| ------ | ||
| - **I95-63295 Highway crash notices due to recursive mutex lock:** Resolved an issue with recursive mutex lock. The listFibEntries block is now processed in multiple batches instead of all at once, preventing a recursive mutex lock for large entries. | ||
| ------ | ||
| - **I95-63330 2nd node of HA dual node cluster suffered a core-dump:** Added validation for injection-ring packets - invalid packets are dropped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I95-63330 Repeated interface flaps on vSSR led to crash in highway process: Truncated packets are validated prior to processing, preventing crash.
docs/release_notes_128t_6.3.md
Outdated
| ------ | ||
| - **I95-63353 Invalid assert that leads to a crash:** Resolved an issue where an incorrect assertion led to a crash. Protections have been added to prevent the race condition leading to the crash. | ||
| ------ | ||
| - **I95-63412 Session Builder throwing an exception while another exception is active:** Resolved an issue where weak checks around exceptions allowed another exception to be thrown while one was still active, causing the Highway process to exit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I95-63412 Glare condition leading to highway crash when session terminates prematurely: Resolved an issue where session exception processing was not handled properly.
docs/release_notes_128t_6.3.md
Outdated
| ------ | ||
| - **I95-63976 Waypoints fail to allocate when service-path peer next-hop gateway is off the subnet:** Resolved an issue with waypoint allocation failures when using BGP over SVR with multiple IP addresses on the egress SVR interface. | ||
| ------ | ||
| - **I95-63729 Prevent nodes from being deleted when ephemeral nodes are cleared:** Resolved an issue where issue where the SSH authorized keys from one HA conductor node were deleted after restarting both HA conductor nodes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I95-63729 Asset state not accurately reported in conductor: Resolved an issue where issue where the SSH authorized keys from one HA conductor node were deleted after restarting both HA conductor nodes.
…hnology/docs into 6.3.7-release-notes
No description provided.